Skip to content

Fixed capitalization in sidebar elements#3278

Merged
AndreasArvidsson merged 1 commit into
cursorless-dev:mainfrom
tshmieldev:capitalizationFix
May 22, 2026
Merged

Fixed capitalization in sidebar elements#3278
AndreasArvidsson merged 1 commit into
cursorless-dev:mainfrom
tshmieldev:capitalizationFix

Conversation

@tshmieldev
Copy link
Copy Markdown
Contributor

BEFORE:
image

AFTER:
image

Same for other elements changed

Needed to do it in _category_.json and not in README.MD because else docusaurus would create a page for those sidebar entries which would change the behavior

Copilot AI review requested due to automatic review settings May 21, 2026 15:09
@tshmieldev tshmieldev requested a review from a team as a code owner May 21, 2026 15:09
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Docusaurus _category_.json metadata files to control sidebar label capitalization for specific doc sections without renaming/altering markdown files (avoiding unintended page generation).

Changes:

  • Added _category_.json for user/reference to display “Reference” in the sidebar.
  • Added _category_.json for user/experimental/keyboard to display “Keyboard” in the sidebar.
  • Added _category_.json for contributing/architecture to display “Architecture” in the sidebar.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
packages/app-web-docs/src/docs/user/reference/category.json Sets the sidebar category label to “Reference”.
packages/app-web-docs/src/docs/user/experimental/keyboard/category.json Sets the sidebar category label to “Keyboard”.
packages/app-web-docs/src/docs/contributing/architecture/category.json Sets the sidebar category label to “Architecture”.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@AndreasArvidsson AndreasArvidsson merged commit b22870c into cursorless-dev:main May 22, 2026
16 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants